textlayout: Render cursors at the end
authorMatthias Clasen <mclasen@redhat.com>
Sat, 13 Mar 2021 00:28:36 +0000 (19:28 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 13 Mar 2021 00:28:36 +0000 (19:28 -0500)
commit3a928c898007709066dabbc8f50c40f3f90a2527
tree522b2208cd98a5ed7b2dcdded63a8559adfb8a23
parent42dfc21b2dfdc11a9ab1bc51cfba50156733acdc
textlayout: Render cursors at the end

Don't place the insertion cursor render nodes in the
middle of the text nodes for all the text. This helps
the renderer batching the text draw calls together.
gtk/gtktextlayout.c